home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / quick-pic.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-29  |  220 b   |  14 lines

  1. on(press){
  2.    if(_root.cardblack == 2)
  3.    {
  4.       stop();
  5.    }
  6.    else if(_root.cardblack == 1)
  7.    {
  8.       gotoAndStop("normal");
  9.       play();
  10.       _root.cardblack1 = 0;
  11.       _root.cardblack -= 1;
  12.    }
  13. }
  14.